Package org.cdk8s.plus24.k8s
Class IngressClassParametersReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.IngressClassParametersReference.Jsii$Proxy
-
- All Implemented Interfaces:
IngressClassParametersReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IngressClassParametersReference
@Stability(Stable) @Internal public static final class IngressClassParametersReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IngressClassParametersReference
An implementation forIngressClassParametersReference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.IngressClassParametersReference
IngressClassParametersReference.Builder, IngressClassParametersReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(IngressClassParametersReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theIngressClassParametersReference.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
String
getApiGroup()
APIGroup is the group for the resource being referenced.String
getKind()
Kind is the type of resource being referenced.String
getName()
Name is the name of resource being referenced.String
getNamespace()
Namespace is the namespace of the resource being referenced.String
getScope()
Scope represents if this refers to a cluster or namespace scoped resource.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IngressClassParametersReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theIngressClassParametersReference.Builder
.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:IngressClassParametersReference
Kind is the type of resource being referenced.- Specified by:
getKind
in interfaceIngressClassParametersReference
-
getName
public final String getName()
Description copied from interface:IngressClassParametersReference
Name is the name of resource being referenced.- Specified by:
getName
in interfaceIngressClassParametersReference
-
getApiGroup
public final String getApiGroup()
Description copied from interface:IngressClassParametersReference
APIGroup is the group for the resource being referenced.If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
- Specified by:
getApiGroup
in interfaceIngressClassParametersReference
-
getNamespace
public final String getNamespace()
Description copied from interface:IngressClassParametersReference
Namespace is the namespace of the resource being referenced.This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
- Specified by:
getNamespace
in interfaceIngressClassParametersReference
-
getScope
public final String getScope()
Description copied from interface:IngressClassParametersReference
Scope represents if this refers to a cluster or namespace scoped resource.This may be set to "Cluster" (default) or "Namespace".
- Specified by:
getScope
in interfaceIngressClassParametersReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-