Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d938f45
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
dc0958b
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
395a939
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 15, 2019
8694a1b
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
017ef23
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 15, 2019
ea565a1
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
0c18a58
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 15, 2019
03e396e
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
bdd68cb
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 15, 2019
5a81d6d
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
f7fba3e
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 15, 2019
93b0276
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
0ec2d59
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 15, 2019
d28309f
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
f07e678
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 18, 2019
46b7d32
Generated from 5a3ab7c58c050e8196118aa8f47ad414baaa1fff (#385)
openapi-sdkautomation[bot] Oct 1, 2019
4267f05
Merge branch 'sdkAutomation/vmwarecloudsimple/resource-manager/v2019_…
Oct 23, 2019
6b3d0cf
Generated from 483ebc4c0b35d13b11df0de3369a94ba62923e31 (#775)
openapi-sdkautomation[bot] Oct 28, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions vmwarecloudsimple/resource-manager/v2019_04_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
<version>0.0.3-beta</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-vmwarecloudsimple</artifactId>
<version>1.0.0-beta</version>
Expand Down Expand Up @@ -71,8 +71,6 @@
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
<version>1.6.5</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/

package com.microsoft.azure.management.vmwarecloudsimple.v2019_04_01;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Host name model.
*/
public class CustomizationHostName {
/**
* Hostname.
*/
@JsonProperty(value = "name")
private String name;

/**
* Type of host name. Possible values include: 'USER_DEFINED',
* 'PREFIX_BASED', 'FIXED', 'VIRTUAL_MACHINE_NAME', 'CUSTOM_NAME'.
*/
@JsonProperty(value = "type")
private String type;

/**
* Get hostname.
*
* @return the name value
*/
public String name() {
return this.name;
}

/**
* Set hostname.
*
* @param name the name value to set
* @return the CustomizationHostName object itself.
*/
public CustomizationHostName withName(String name) {
this.name = name;
return this;
}

/**
* Get type of host name. Possible values include: 'USER_DEFINED', 'PREFIX_BASED', 'FIXED', 'VIRTUAL_MACHINE_NAME', 'CUSTOM_NAME'.
*
* @return the type value
*/
public String type() {
return this.type;
}

/**
* Set type of host name. Possible values include: 'USER_DEFINED', 'PREFIX_BASED', 'FIXED', 'VIRTUAL_MACHINE_NAME', 'CUSTOM_NAME'.
*
* @param type the type value to set
* @return the CustomizationHostName object itself.
*/
public CustomizationHostName withType(String type) {
this.type = type;
return this;
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/

package com.microsoft.azure.management.vmwarecloudsimple.v2019_04_01;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The CustomizationIPAddress model.
*/
public class CustomizationIPAddress {
/**
* Argument when Custom ip type is selected.
*/
@JsonProperty(value = "argument")
private String argument;

/**
* Defined Ip Address when Fixed ip type is selected.
*/
@JsonProperty(value = "ipAddress")
private String ipAddress;

/**
* Customization Specification ip type. Possible values include: 'CUSTOM',
* 'DHCP_IP', 'FIXED_IP', 'USER_DEFINED'.
*/
@JsonProperty(value = "type")
private String type;

/**
* Get argument when Custom ip type is selected.
*
* @return the argument value
*/
public String argument() {
return this.argument;
}

/**
* Set argument when Custom ip type is selected.
*
* @param argument the argument value to set
* @return the CustomizationIPAddress object itself.
*/
public CustomizationIPAddress withArgument(String argument) {
this.argument = argument;
return this;
}

/**
* Get defined Ip Address when Fixed ip type is selected.
*
* @return the ipAddress value
*/
public String ipAddress() {
return this.ipAddress;
}

/**
* Set defined Ip Address when Fixed ip type is selected.
*
* @param ipAddress the ipAddress value to set
* @return the CustomizationIPAddress object itself.
*/
public CustomizationIPAddress withIpAddress(String ipAddress) {
this.ipAddress = ipAddress;
return this;
}

/**
* Get customization Specification ip type. Possible values include: 'CUSTOM', 'DHCP_IP', 'FIXED_IP', 'USER_DEFINED'.
*
* @return the type value
*/
public String type() {
return this.type;
}

/**
* Set customization Specification ip type. Possible values include: 'CUSTOM', 'DHCP_IP', 'FIXED_IP', 'USER_DEFINED'.
*
* @param type the type value to set
* @return the CustomizationIPAddress object itself.
*/
public CustomizationIPAddress withType(String type) {
this.type = type;
return this;
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/

package com.microsoft.azure.management.vmwarecloudsimple.v2019_04_01;

import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The CustomizationIPSettings model.
*/
public class CustomizationIPSettings {
/**
* The list of gateways.
*/
@JsonProperty(value = "gateway")
private List<String> gateway;

/**
* Ip address customization settings.
*/
@JsonProperty(value = "ip")
private CustomizationIPAddress ip;

/**
* Adapter subnet mask.
*/
@JsonProperty(value = "subnetMask")
private String subnetMask;

/**
* Get the list of gateways.
*
* @return the gateway value
*/
public List<String> gateway() {
return this.gateway;
}

/**
* Set the list of gateways.
*
* @param gateway the gateway value to set
* @return the CustomizationIPSettings object itself.
*/
public CustomizationIPSettings withGateway(List<String> gateway) {
this.gateway = gateway;
return this;
}

/**
* Get ip address customization settings.
*
* @return the ip value
*/
public CustomizationIPAddress ip() {
return this.ip;
}

/**
* Set ip address customization settings.
*
* @param ip the ip value to set
* @return the CustomizationIPSettings object itself.
*/
public CustomizationIPSettings withIp(CustomizationIPAddress ip) {
this.ip = ip;
return this;
}

/**
* Get adapter subnet mask.
*
* @return the subnetMask value
*/
public String subnetMask() {
return this.subnetMask;
}

/**
* Set adapter subnet mask.
*
* @param subnetMask the subnetMask value to set
* @return the CustomizationIPSettings object itself.
*/
public CustomizationIPSettings withSubnetMask(String subnetMask) {
this.subnetMask = subnetMask;
return this;
}

}
Loading