Interface KubeIpAddressV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeIpAddressV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.752Z") @Stability(Stable) public interface KubeIpAddressV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
IPAddress represents a single IP of a single IP Family.The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeIpAddressV1Alpha1Props.BuilderA builder forKubeIpAddressV1Alpha1Propsstatic classKubeIpAddressV1Alpha1Props.Jsii$ProxyAn implementation forKubeIpAddressV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeIpAddressV1Alpha1Props.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default IpAddressSpecV1Alpha1getSpec()spec is the desired state of the IPAddress.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default IpAddressSpecV1Alpha1 getSpec()
spec is the desired state of the IPAddress.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeIpAddressV1Alpha1Props.Builder builder()
- Returns:
- a
KubeIpAddressV1Alpha1Props.BuilderofKubeIpAddressV1Alpha1Props
-
-