Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.pulumi.vsphere.inputs.HostPortGroupState Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.vsphere.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.vsphere.inputs.HostPortGroupPortArgs;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class HostPortGroupState extends com.pulumi.resources.ResourceArgs {
public static final HostPortGroupState Empty = new HostPortGroupState();
/**
* List of active network adapters used for load balancing.
*
*/
@Import(name="activeNics")
private @Nullable Output> activeNics;
/**
* @return List of active network adapters used for load balancing.
*
*/
public Optional>> activeNics() {
return Optional.ofNullable(this.activeNics);
}
/**
* Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
* that of its own.
*
*/
@Import(name="allowForgedTransmits")
private @Nullable Output allowForgedTransmits;
/**
* @return Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
* that of its own.
*
*/
public Optional> allowForgedTransmits() {
return Optional.ofNullable(this.allowForgedTransmits);
}
/**
* Controls whether or not the Media Access Control (MAC) address can be changed.
*
*/
@Import(name="allowMacChanges")
private @Nullable Output allowMacChanges;
/**
* @return Controls whether or not the Media Access Control (MAC) address can be changed.
*
*/
public Optional> allowMacChanges() {
return Optional.ofNullable(this.allowMacChanges);
}
/**
* Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
*
*/
@Import(name="allowPromiscuous")
private @Nullable Output allowPromiscuous;
/**
* @return Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
*
*/
public Optional> allowPromiscuous() {
return Optional.ofNullable(this.allowPromiscuous);
}
/**
* Enable beacon probing. Requires that the vSwitch has been configured to use a beacon. If disabled, link status is used
* only.
*
*/
@Import(name="checkBeacon")
private @Nullable Output checkBeacon;
/**
* @return Enable beacon probing. Requires that the vSwitch has been configured to use a beacon. If disabled, link status is used
* only.
*
*/
public Optional> checkBeacon() {
return Optional.ofNullable(this.checkBeacon);
}
/**
* A map with a full set of the policy
* options computed from defaults and overrides,
* explaining the effective policy for this port group.
*
*/
@Import(name="computedPolicy")
private @Nullable Output> computedPolicy;
/**
* @return A map with a full set of the policy
* options computed from defaults and overrides,
* explaining the effective policy for this port group.
*
*/
public Optional>> computedPolicy() {
return Optional.ofNullable(this.computedPolicy);
}
/**
* If true, the teaming policy will re-activate failed interfaces higher in precedence when they come back up.
*
*/
@Import(name="failback")
private @Nullable Output failback;
/**
* @return If true, the teaming policy will re-activate failed interfaces higher in precedence when they come back up.
*
*/
public Optional> failback() {
return Optional.ofNullable(this.failback);
}
/**
* The managed object ID of
* the host to set the port group up on. Forces a new resource if changed.
*
*/
@Import(name="hostSystemId")
private @Nullable Output hostSystemId;
/**
* @return The managed object ID of
* the host to set the port group up on. Forces a new resource if changed.
*
*/
public Optional> hostSystemId() {
return Optional.ofNullable(this.hostSystemId);
}
/**
* The key for this port group as returned from the vSphere API.
*
*/
@Import(name="key")
private @Nullable Output key;
/**
* @return The key for this port group as returned from the vSphere API.
*
*/
public Optional> key() {
return Optional.ofNullable(this.key);
}
/**
* The name of the port group. Forces a new resource if
* changed.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return The name of the port group. Forces a new resource if
* changed.
*
*/
public Optional> name() {
return Optional.ofNullable(this.name);
}
/**
* If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
*
*/
@Import(name="notifySwitches")
private @Nullable Output notifySwitches;
/**
* @return If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
*
*/
public Optional> notifySwitches() {
return Optional.ofNullable(this.notifySwitches);
}
/**
* A list of ports that currently exist and are used on this port group.
*
*/
@Import(name="ports")
private @Nullable Output> ports;
/**
* @return A list of ports that currently exist and are used on this port group.
*
*/
public Optional>> ports() {
return Optional.ofNullable(this.ports);
}
/**
* The average bandwidth in bits per second if traffic shaping is enabled.
*
*/
@Import(name="shapingAverageBandwidth")
private @Nullable Output shapingAverageBandwidth;
/**
* @return The average bandwidth in bits per second if traffic shaping is enabled.
*
*/
public Optional> shapingAverageBandwidth() {
return Optional.ofNullable(this.shapingAverageBandwidth);
}
/**
* The maximum burst size allowed in bytes if traffic shaping is enabled.
*
*/
@Import(name="shapingBurstSize")
private @Nullable Output shapingBurstSize;
/**
* @return The maximum burst size allowed in bytes if traffic shaping is enabled.
*
*/
public Optional> shapingBurstSize() {
return Optional.ofNullable(this.shapingBurstSize);
}
/**
* Enable traffic shaping on this virtual switch or port group.
*
*/
@Import(name="shapingEnabled")
private @Nullable Output shapingEnabled;
/**
* @return Enable traffic shaping on this virtual switch or port group.
*
*/
public Optional> shapingEnabled() {
return Optional.ofNullable(this.shapingEnabled);
}
/**
* The peak bandwidth during bursts in bits per second if traffic shaping is enabled.
*
*/
@Import(name="shapingPeakBandwidth")
private @Nullable Output shapingPeakBandwidth;
/**
* @return The peak bandwidth during bursts in bits per second if traffic shaping is enabled.
*
*/
public Optional> shapingPeakBandwidth() {
return Optional.ofNullable(this.shapingPeakBandwidth);
}
/**
* List of standby network adapters used for failover.
*
*/
@Import(name="standbyNics")
private @Nullable Output> standbyNics;
/**
* @return List of standby network adapters used for failover.
*
*/
public Optional>> standbyNics() {
return Optional.ofNullable(this.standbyNics);
}
/**
* The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, or
* failover_explicit.
*
*/
@Import(name="teamingPolicy")
private @Nullable Output teamingPolicy;
/**
* @return The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, or
* failover_explicit.
*
*/
public Optional> teamingPolicy() {
return Optional.ofNullable(this.teamingPolicy);
}
/**
* The name of the virtual switch to bind
* this port group to. Forces a new resource if changed.
*
*/
@Import(name="virtualSwitchName")
private @Nullable Output virtualSwitchName;
/**
* @return The name of the virtual switch to bind
* this port group to. Forces a new resource if changed.
*
*/
public Optional> virtualSwitchName() {
return Optional.ofNullable(this.virtualSwitchName);
}
/**
* The VLAN ID/trunk mode for this port group. An ID of
* `0` denotes no tagging, an ID of `1`-`4094` tags with the specific ID, and an
* ID of `4095` enables trunk mode, allowing the guest to manage its own
* tagging. Default: `0`.
*
*/
@Import(name="vlanId")
private @Nullable Output vlanId;
/**
* @return The VLAN ID/trunk mode for this port group. An ID of
* `0` denotes no tagging, an ID of `1`-`4094` tags with the specific ID, and an
* ID of `4095` enables trunk mode, allowing the guest to manage its own
* tagging. Default: `0`.
*
*/
public Optional> vlanId() {
return Optional.ofNullable(this.vlanId);
}
private HostPortGroupState() {}
private HostPortGroupState(HostPortGroupState $) {
this.activeNics = $.activeNics;
this.allowForgedTransmits = $.allowForgedTransmits;
this.allowMacChanges = $.allowMacChanges;
this.allowPromiscuous = $.allowPromiscuous;
this.checkBeacon = $.checkBeacon;
this.computedPolicy = $.computedPolicy;
this.failback = $.failback;
this.hostSystemId = $.hostSystemId;
this.key = $.key;
this.name = $.name;
this.notifySwitches = $.notifySwitches;
this.ports = $.ports;
this.shapingAverageBandwidth = $.shapingAverageBandwidth;
this.shapingBurstSize = $.shapingBurstSize;
this.shapingEnabled = $.shapingEnabled;
this.shapingPeakBandwidth = $.shapingPeakBandwidth;
this.standbyNics = $.standbyNics;
this.teamingPolicy = $.teamingPolicy;
this.virtualSwitchName = $.virtualSwitchName;
this.vlanId = $.vlanId;
}
public static Builder builder() {
return new Builder();
}
public static Builder builder(HostPortGroupState defaults) {
return new Builder(defaults);
}
public static final class Builder {
private HostPortGroupState $;
public Builder() {
$ = new HostPortGroupState();
}
public Builder(HostPortGroupState defaults) {
$ = new HostPortGroupState(Objects.requireNonNull(defaults));
}
/**
* @param activeNics List of active network adapters used for load balancing.
*
* @return builder
*
*/
public Builder activeNics(@Nullable Output> activeNics) {
$.activeNics = activeNics;
return this;
}
/**
* @param activeNics List of active network adapters used for load balancing.
*
* @return builder
*
*/
public Builder activeNics(List activeNics) {
return activeNics(Output.of(activeNics));
}
/**
* @param activeNics List of active network adapters used for load balancing.
*
* @return builder
*
*/
public Builder activeNics(String... activeNics) {
return activeNics(List.of(activeNics));
}
/**
* @param allowForgedTransmits Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
* that of its own.
*
* @return builder
*
*/
public Builder allowForgedTransmits(@Nullable Output allowForgedTransmits) {
$.allowForgedTransmits = allowForgedTransmits;
return this;
}
/**
* @param allowForgedTransmits Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
* that of its own.
*
* @return builder
*
*/
public Builder allowForgedTransmits(Boolean allowForgedTransmits) {
return allowForgedTransmits(Output.of(allowForgedTransmits));
}
/**
* @param allowMacChanges Controls whether or not the Media Access Control (MAC) address can be changed.
*
* @return builder
*
*/
public Builder allowMacChanges(@Nullable Output allowMacChanges) {
$.allowMacChanges = allowMacChanges;
return this;
}
/**
* @param allowMacChanges Controls whether or not the Media Access Control (MAC) address can be changed.
*
* @return builder
*
*/
public Builder allowMacChanges(Boolean allowMacChanges) {
return allowMacChanges(Output.of(allowMacChanges));
}
/**
* @param allowPromiscuous Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
*
* @return builder
*
*/
public Builder allowPromiscuous(@Nullable Output allowPromiscuous) {
$.allowPromiscuous = allowPromiscuous;
return this;
}
/**
* @param allowPromiscuous Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
*
* @return builder
*
*/
public Builder allowPromiscuous(Boolean allowPromiscuous) {
return allowPromiscuous(Output.of(allowPromiscuous));
}
/**
* @param checkBeacon Enable beacon probing. Requires that the vSwitch has been configured to use a beacon. If disabled, link status is used
* only.
*
* @return builder
*
*/
public Builder checkBeacon(@Nullable Output checkBeacon) {
$.checkBeacon = checkBeacon;
return this;
}
/**
* @param checkBeacon Enable beacon probing. Requires that the vSwitch has been configured to use a beacon. If disabled, link status is used
* only.
*
* @return builder
*
*/
public Builder checkBeacon(Boolean checkBeacon) {
return checkBeacon(Output.of(checkBeacon));
}
/**
* @param computedPolicy A map with a full set of the policy
* options computed from defaults and overrides,
* explaining the effective policy for this port group.
*
* @return builder
*
*/
public Builder computedPolicy(@Nullable Output> computedPolicy) {
$.computedPolicy = computedPolicy;
return this;
}
/**
* @param computedPolicy A map with a full set of the policy
* options computed from defaults and overrides,
* explaining the effective policy for this port group.
*
* @return builder
*
*/
public Builder computedPolicy(Map computedPolicy) {
return computedPolicy(Output.of(computedPolicy));
}
/**
* @param failback If true, the teaming policy will re-activate failed interfaces higher in precedence when they come back up.
*
* @return builder
*
*/
public Builder failback(@Nullable Output failback) {
$.failback = failback;
return this;
}
/**
* @param failback If true, the teaming policy will re-activate failed interfaces higher in precedence when they come back up.
*
* @return builder
*
*/
public Builder failback(Boolean failback) {
return failback(Output.of(failback));
}
/**
* @param hostSystemId The managed object ID of
* the host to set the port group up on. Forces a new resource if changed.
*
* @return builder
*
*/
public Builder hostSystemId(@Nullable Output hostSystemId) {
$.hostSystemId = hostSystemId;
return this;
}
/**
* @param hostSystemId The managed object ID of
* the host to set the port group up on. Forces a new resource if changed.
*
* @return builder
*
*/
public Builder hostSystemId(String hostSystemId) {
return hostSystemId(Output.of(hostSystemId));
}
/**
* @param key The key for this port group as returned from the vSphere API.
*
* @return builder
*
*/
public Builder key(@Nullable Output key) {
$.key = key;
return this;
}
/**
* @param key The key for this port group as returned from the vSphere API.
*
* @return builder
*
*/
public Builder key(String key) {
return key(Output.of(key));
}
/**
* @param name The name of the port group. Forces a new resource if
* changed.
*
* @return builder
*
*/
public Builder name(@Nullable Output name) {
$.name = name;
return this;
}
/**
* @param name The name of the port group. Forces a new resource if
* changed.
*
* @return builder
*
*/
public Builder name(String name) {
return name(Output.of(name));
}
/**
* @param notifySwitches If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
*
* @return builder
*
*/
public Builder notifySwitches(@Nullable Output notifySwitches) {
$.notifySwitches = notifySwitches;
return this;
}
/**
* @param notifySwitches If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
*
* @return builder
*
*/
public Builder notifySwitches(Boolean notifySwitches) {
return notifySwitches(Output.of(notifySwitches));
}
/**
* @param ports A list of ports that currently exist and are used on this port group.
*
* @return builder
*
*/
public Builder ports(@Nullable Output> ports) {
$.ports = ports;
return this;
}
/**
* @param ports A list of ports that currently exist and are used on this port group.
*
* @return builder
*
*/
public Builder ports(List ports) {
return ports(Output.of(ports));
}
/**
* @param ports A list of ports that currently exist and are used on this port group.
*
* @return builder
*
*/
public Builder ports(HostPortGroupPortArgs... ports) {
return ports(List.of(ports));
}
/**
* @param shapingAverageBandwidth The average bandwidth in bits per second if traffic shaping is enabled.
*
* @return builder
*
*/
public Builder shapingAverageBandwidth(@Nullable Output shapingAverageBandwidth) {
$.shapingAverageBandwidth = shapingAverageBandwidth;
return this;
}
/**
* @param shapingAverageBandwidth The average bandwidth in bits per second if traffic shaping is enabled.
*
* @return builder
*
*/
public Builder shapingAverageBandwidth(Integer shapingAverageBandwidth) {
return shapingAverageBandwidth(Output.of(shapingAverageBandwidth));
}
/**
* @param shapingBurstSize The maximum burst size allowed in bytes if traffic shaping is enabled.
*
* @return builder
*
*/
public Builder shapingBurstSize(@Nullable Output shapingBurstSize) {
$.shapingBurstSize = shapingBurstSize;
return this;
}
/**
* @param shapingBurstSize The maximum burst size allowed in bytes if traffic shaping is enabled.
*
* @return builder
*
*/
public Builder shapingBurstSize(Integer shapingBurstSize) {
return shapingBurstSize(Output.of(shapingBurstSize));
}
/**
* @param shapingEnabled Enable traffic shaping on this virtual switch or port group.
*
* @return builder
*
*/
public Builder shapingEnabled(@Nullable Output shapingEnabled) {
$.shapingEnabled = shapingEnabled;
return this;
}
/**
* @param shapingEnabled Enable traffic shaping on this virtual switch or port group.
*
* @return builder
*
*/
public Builder shapingEnabled(Boolean shapingEnabled) {
return shapingEnabled(Output.of(shapingEnabled));
}
/**
* @param shapingPeakBandwidth The peak bandwidth during bursts in bits per second if traffic shaping is enabled.
*
* @return builder
*
*/
public Builder shapingPeakBandwidth(@Nullable Output shapingPeakBandwidth) {
$.shapingPeakBandwidth = shapingPeakBandwidth;
return this;
}
/**
* @param shapingPeakBandwidth The peak bandwidth during bursts in bits per second if traffic shaping is enabled.
*
* @return builder
*
*/
public Builder shapingPeakBandwidth(Integer shapingPeakBandwidth) {
return shapingPeakBandwidth(Output.of(shapingPeakBandwidth));
}
/**
* @param standbyNics List of standby network adapters used for failover.
*
* @return builder
*
*/
public Builder standbyNics(@Nullable Output> standbyNics) {
$.standbyNics = standbyNics;
return this;
}
/**
* @param standbyNics List of standby network adapters used for failover.
*
* @return builder
*
*/
public Builder standbyNics(List standbyNics) {
return standbyNics(Output.of(standbyNics));
}
/**
* @param standbyNics List of standby network adapters used for failover.
*
* @return builder
*
*/
public Builder standbyNics(String... standbyNics) {
return standbyNics(List.of(standbyNics));
}
/**
* @param teamingPolicy The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, or
* failover_explicit.
*
* @return builder
*
*/
public Builder teamingPolicy(@Nullable Output teamingPolicy) {
$.teamingPolicy = teamingPolicy;
return this;
}
/**
* @param teamingPolicy The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, or
* failover_explicit.
*
* @return builder
*
*/
public Builder teamingPolicy(String teamingPolicy) {
return teamingPolicy(Output.of(teamingPolicy));
}
/**
* @param virtualSwitchName The name of the virtual switch to bind
* this port group to. Forces a new resource if changed.
*
* @return builder
*
*/
public Builder virtualSwitchName(@Nullable Output virtualSwitchName) {
$.virtualSwitchName = virtualSwitchName;
return this;
}
/**
* @param virtualSwitchName The name of the virtual switch to bind
* this port group to. Forces a new resource if changed.
*
* @return builder
*
*/
public Builder virtualSwitchName(String virtualSwitchName) {
return virtualSwitchName(Output.of(virtualSwitchName));
}
/**
* @param vlanId The VLAN ID/trunk mode for this port group. An ID of
* `0` denotes no tagging, an ID of `1`-`4094` tags with the specific ID, and an
* ID of `4095` enables trunk mode, allowing the guest to manage its own
* tagging. Default: `0`.
*
* @return builder
*
*/
public Builder vlanId(@Nullable Output vlanId) {
$.vlanId = vlanId;
return this;
}
/**
* @param vlanId The VLAN ID/trunk mode for this port group. An ID of
* `0` denotes no tagging, an ID of `1`-`4094` tags with the specific ID, and an
* ID of `4095` enables trunk mode, allowing the guest to manage its own
* tagging. Default: `0`.
*
* @return builder
*
*/
public Builder vlanId(Integer vlanId) {
return vlanId(Output.of(vlanId));
}
public HostPortGroupState build() {
return $;
}
}
}